home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
util
/
develope
/
mpwmacsb.cpt
/
Macsbug MPW Tool ƒ
/
debugstr.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-21
|
187b
|
12 lines
#include <types.h>
#include <stdio.h>
int main(int argc,char *argv[])
{
if (argc==2)
debugstr(argv[1]);
else
fprintf(stderr,"#Usage: %s string\n",argv[0]);
return argc!=2;
}